Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(adapter-puppeteer): Remove other resource type matching #197

Merged
merged 1 commit into from Apr 9, 2019

Conversation

jasonmit
Copy link
Collaborator

@jasonmit jasonmit commented Apr 9, 2019

There was a change in Puppeteer 1.7 that forced us to start capturing "other" network requests.

This led to proxying requests for requests like favicons. This isn't optimal and thankfully is no longer needed as of Puppeteer >= 1.9.

fixes #149

@jasonmit jasonmit requested a review from offirgolan April 9, 2019 22:19
@jasonmit jasonmit closed this Apr 9, 2019
@jasonmit jasonmit reopened this Apr 9, 2019
@jasonmit jasonmit force-pushed the u/jasonmit/drop-other-from-puppeteer branch 2 times, most recently from 263a867 to 18f38ba Compare April 9, 2019 22:33
@jasonmit jasonmit force-pushed the u/jasonmit/drop-other-from-puppeteer branch from 42ceecb to 1d933fb Compare April 9, 2019 22:41
@jasonmit jasonmit merged commit ea6bfcc into master Apr 9, 2019
@jasonmit jasonmit deleted the u/jasonmit/drop-other-from-puppeteer branch April 9, 2019 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Puppeteer adapter: "Evaluation failed: TypeError: Failed to fetch"
2 participants